﻿2026-07-11T01:22:17.4532765Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-11T01:22:17.4533211Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-11T01:22:17.4533453Z [36;1m$PIN = "0c95435"[0m
2026-07-11T01:22:17.4533697Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-11T01:22:17.4533978Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-11T01:22:17.4534437Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-11T01:22:17.4534814Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-11T01:22:17.4535957Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-11T01:22:17.4536404Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-11T01:22:17.4536797Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-11T01:22:17.4537270Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-11T01:22:17.4537752Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-11T01:22:17.4538140Z [36;1m}[0m
2026-07-11T01:22:17.4538311Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-11T01:22:17.4538572Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-11T01:22:17.4615154Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-11T01:22:17.4615467Z ##[endgroup]
2026-07-11T01:22:18.4640268Z    Compiling proc-macro2 v1.0.106
2026-07-11T01:22:18.4640658Z    Compiling unicode-ident v1.0.24
2026-07-11T01:22:18.4640922Z    Compiling quote v1.0.45
2026-07-11T01:22:18.4641178Z    Compiling cfg-if v1.0.4
2026-07-11T01:22:18.4641390Z    Compiling serde_core v1.0.228
2026-07-11T01:22:18.4641713Z    Compiling serde v1.0.228
2026-07-11T01:22:18.4642379Z    Compiling windows-link v0.2.1
2026-07-11T01:22:18.4642846Z    Compiling getrandom v0.3.4
2026-07-11T01:22:18.4643365Z    Compiling typenum v1.20.1
2026-07-11T01:22:18.4643850Z    Compiling portable-atomic v1.13.1
2026-07-11T01:22:18.4644361Z    Compiling pin-project-lite v0.2.17
2026-07-11T01:22:18.4644771Z    Compiling version_check v0.9.5
2026-07-11T01:22:18.4645140Z    Compiling find-msvc-tools v0.1.9
2026-07-11T01:22:18.4645548Z    Compiling shlex v2.0.1
2026-07-11T01:22:18.4646965Z    Compiling memchr v2.8.1
2026-07-11T01:22:18.4647493Z    Compiling critical-section v1.2.0
2026-07-11T01:22:18.5442428Z    Compiling windows-sys v0.61.2
2026-07-11T01:22:18.5490381Z    Compiling subtle v2.6.1
2026-07-11T01:22:18.6160466Z    Compiling equivalent v1.0.2
2026-07-11T01:22:18.6214605Z    Compiling smallvec v1.15.1
2026-07-11T01:22:18.6568484Z    Compiling futures-core v0.3.32
2026-07-11T01:22:18.7452386Z    Compiling bytes v1.11.1
2026-07-11T01:22:18.7456845Z    Compiling itoa v1.0.18
2026-07-11T01:22:18.7855209Z    Compiling semver v1.0.28
2026-07-11T01:22:19.7743436Z    Compiling stable_deref_trait v1.2.1
2026-07-11T01:22:21.4696240Z    Compiling log v0.4.32
2026-07-11T01:22:21.4910666Z    Compiling generic-array v0.14.7
2026-07-11T01:22:21.5166538Z    Compiling rustc_version v0.4.1
2026-07-11T01:22:21.5167063Z    Compiling rand_core v0.10.1
2026-07-11T01:22:21.5357886Z    Compiling futures-io v0.3.32
2026-07-11T01:22:21.6598101Z    Compiling slab v0.4.12
2026-07-11T01:22:21.6900669Z    Compiling futures-sink v0.3.32
2026-07-11T01:22:21.7002659Z    Compiling hashbrown v0.17.1
2026-07-11T01:22:21.7063526Z    Compiling rustversion v1.0.22
2026-07-11T01:22:21.7331769Z    Compiling futures-task v0.3.32
2026-07-11T01:22:21.8575294Z    Compiling getrandom v0.2.17
2026-07-11T01:22:21.8602779Z    Compiling cpufeatures v0.2.17
2026-07-11T01:22:21.8794476Z    Compiling getrandom v0.4.2
2026-07-11T01:22:21.9387552Z    Compiling futures-channel v0.3.32
2026-07-11T01:22:21.9514042Z    Compiling fnv v1.0.7
2026-07-11T01:22:21.9978580Z    Compiling libc v0.2.186
2026-07-11T01:22:22.0684902Z    Compiling strsim v0.11.1
2026-07-11T01:22:22.0685383Z    Compiling cfg_aliases v0.2.1
2026-07-11T01:22:22.3513819Z    Compiling indexmap v2.14.0
2026-07-11T01:22:22.4419642Z    Compiling autocfg v1.5.1
2026-07-11T01:22:22.4786514Z    Compiling litemap v0.8.2
2026-07-11T01:22:22.5400586Z    Compiling writeable v0.6.3
2026-07-11T01:22:22.5989169Z    Compiling jobserver v0.1.34
2026-07-11T01:22:22.6027809Z    Compiling ident_case v1.0.1
2026-07-11T01:22:22.6762316Z    Compiling dunce v1.0.5
2026-07-11T01:22:22.7740801Z    Compiling icu_normalizer_data v2.2.0
2026-07-11T01:22:22.8121218Z    Compiling icu_properties_data v2.2.0
2026-07-11T01:22:22.8602439Z    Compiling cc v1.2.63
2026-07-11T01:22:22.9310854Z    Compiling fs_extra v1.3.0
2026-07-11T01:22:23.0960026Z    Compiling utf8_iter v1.0.4
2026-07-11T01:22:23.1278132Z    Compiling percent-encoding v2.3.2
2026-07-11T01:22:23.2236820Z    Compiling syn v2.0.117
2026-07-11T01:22:23.2403319Z    Compiling crypto-common v0.1.7
2026-07-11T01:22:23.3012587Z    Compiling http v1.4.1
2026-07-11T01:22:23.3071887Z    Compiling thiserror v2.0.18
2026-07-11T01:22:23.3481143Z    Compiling cpufeatures v0.3.0
2026-07-11T01:22:23.3500437Z    Compiling aws-lc-rs v1.17.0
2026-07-11T01:22:23.3820487Z    Compiling unicode-segmentation v1.13.3
2026-07-11T01:22:23.3860144Z    Compiling scopeguard v1.2.0
2026-07-11T01:22:23.4168578Z    Compiling chacha20 v0.10.0
2026-07-11T01:22:23.4266885Z    Compiling form_urlencoded v1.2.2
2026-07-11T01:22:23.4421690Z    Compiling block-buffer v0.10.4
2026-07-11T01:22:23.4541308Z    Compiling lock_api v0.4.14
2026-07-11T01:22:23.4952096Z    Compiling winapi v0.3.9
2026-07-11T01:22:23.5397013Z    Compiling untrusted v0.9.0
2026-07-11T01:22:23.6080289Z    Compiling bitflags v2.12.1
2026-07-11T01:22:23.6349677Z    Compiling digest v0.10.7
2026-07-11T01:22:23.6713799Z    Compiling cmake v0.1.58
2026-07-11T01:22:23.6904050Z    Compiling rand v0.10.1
2026-07-11T01:22:23.7527914Z    Compiling num-traits v0.2.19
2026-07-11T01:22:23.8221866Z    Compiling windows-strings v0.5.1
2026-07-11T01:22:23.8571542Z    Compiling windows-result v0.4.1
2026-07-11T01:22:23.8715526Z    Compiling heck v0.5.0
2026-07-11T01:22:23.9166902Z    Compiling rustls v0.23.40
2026-07-11T01:22:24.1143926Z    Compiling convert_case v0.10.0
2026-07-11T01:22:24.1773804Z    Compiling unicode-xid v0.2.6
2026-07-11T01:22:24.2974976Z    Compiling atomic-waker v1.1.2
2026-07-11T01:22:24.4383345Z    Compiling anyhow v1.0.102
2026-07-11T01:22:24.4398939Z    Compiling const-oid v0.10.2
2026-07-11T01:22:24.4444655Z    Compiling zerocopy v0.8.50
2026-07-11T01:22:24.5178031Z    Compiling parking_lot_core v0.9.12
2026-07-11T01:22:24.6059741Z    Compiling httparse v1.10.1
2026-07-11T01:22:24.6291676Z    Compiling aws-lc-sys v0.41.0
2026-07-11T01:22:24.7310124Z    Compiling ring v0.17.14
2026-07-11T01:22:24.8649416Z    Compiling http-body v1.0.1
2026-07-11T01:22:24.8691416Z    Compiling curve25519-dalek v4.1.3
2026-07-11T01:22:24.9949663Z    Compiling ahash v0.8.12
2026-07-11T01:22:25.0844610Z    Compiling hybrid-array v0.4.12
2026-07-11T01:22:25.0901718Z    Compiling powerfmt v0.2.0
2026-07-11T01:22:25.0940657Z    Compiling either v1.16.0
2026-07-11T01:22:25.3381866Z    Compiling base64ct v1.8.3
2026-07-11T01:22:25.3579361Z    Compiling fastrand v2.4.1
2026-07-11T01:22:25.4343024Z    Compiling deranged v0.5.8
2026-07-11T01:22:25.6726293Z    Compiling pem-rfc7468 v1.0.0
2026-07-11T01:22:25.7015039Z    Compiling uuid v1.23.2
2026-07-11T01:22:25.7198998Z    Compiling rand_core v0.6.4
2026-07-11T01:22:25.7285329Z    Compiling try-lock v0.2.5
2026-07-11T01:22:25.7508276Z    Compiling zmij v1.0.21
2026-07-11T01:22:25.9510747Z    Compiling tower-service v0.3.3
2026-07-11T01:22:25.9706265Z    Compiling base64 v0.22.1
2026-07-11T01:22:26.0171723Z    Compiling data-encoding v2.11.0
2026-07-11T01:22:26.1271913Z    Compiling time-core v0.1.8
2026-07-11T01:22:26.1562598Z    Compiling vcpkg v0.2.15
2026-07-11T01:22:26.2108129Z    Compiling num-conv v0.2.2
2026-07-11T01:22:26.2247784Z    Compiling pkg-config v0.3.33
2026-07-11T01:22:26.2847535Z    Compiling tinyvec_macros v0.1.1
2026-07-11T01:22:26.2902453Z    Compiling want v0.3.1
2026-07-11T01:22:26.3705376Z    Compiling parking_lot v0.12.5
2026-07-11T01:22:26.5131845Z    Compiling tinyvec v1.11.0
2026-07-11T01:22:26.5871831Z    Compiling crypto-common v0.2.2
2026-07-11T01:22:26.6401306Z    Compiling block-buffer v0.12.0
2026-07-11T01:22:26.6505969Z    Compiling sha2 v0.10.9
2026-07-11T01:22:26.6563237Z    Compiling vergen-lib v9.1.0
2026-07-11T01:22:26.8110144Z    Compiling synstructure v0.13.2
2026-07-11T01:22:26.8948499Z    Compiling darling_core v0.20.11
2026-07-11T01:22:27.0249438Z    Compiling inout v0.1.4
2026-07-11T01:22:27.0262924Z    Compiling n0-future v0.3.2
2026-07-11T01:22:27.1510271Z    Compiling cordyceps v0.3.4
2026-07-11T01:22:27.1921152Z    Compiling parking v2.2.1
2026-07-11T01:22:27.1921576Z    Compiling serde_json v1.0.150
2026-07-11T01:22:27.2348842Z    Compiling spin v0.10.0
2026-07-11T01:22:27.2679604Z    Compiling httpdate v1.0.3
2026-07-11T01:22:27.2770384Z    Compiling libsqlite3-sys v0.30.1
2026-07-11T01:22:27.4565010Z    Compiling winnow v1.0.3
2026-07-11T01:22:27.4725795Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-11T01:22:27.5028175Z    Compiling signature v2.2.0
2026-07-11T01:22:27.5365797Z    Compiling diatomic-waker v0.2.3
2026-07-11T01:22:27.5975684Z    Compiling crossbeam-utils v0.8.21
2026-07-11T01:22:27.6137929Z    Compiling ed25519 v2.2.3
2026-07-11T01:22:27.7301068Z    Compiling futures-buffered v0.2.13
2026-07-11T01:22:27.7601000Z    Compiling digest v0.11.3
2026-07-11T01:22:27.8015592Z    Compiling futures-lite v2.6.1
2026-07-11T01:22:27.8318308Z    Compiling socket2 v0.6.4
2026-07-11T01:22:27.8705409Z    Compiling mio v1.2.1
2026-07-11T01:22:28.0862577Z    Compiling cipher v0.4.4
2026-07-11T01:22:28.2653581Z    Compiling vergen v9.1.0
2026-07-11T01:22:28.3223054Z    Compiling vergen-lib v0.1.6
2026-07-11T01:22:28.3340704Z    Compiling universal-hash v0.5.1
2026-07-11T01:22:28.4823450Z    Compiling noq-udp v0.10.0
2026-07-11T01:22:28.5180778Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-11T01:22:28.6186109Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-11T01:22:28.6269881Z    Compiling heapless v0.7.17
2026-07-11T01:22:28.6451517Z    Compiling sync_wrapper v1.0.2
2026-07-11T01:22:28.6583651Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-11T01:22:28.6986027Z    Compiling opaque-debug v0.3.1
2026-07-11T01:22:28.7860607Z    Compiling byteorder v1.5.0
2026-07-11T01:22:28.9723019Z    Compiling allocator-api2 v0.2.21
2026-07-11T01:22:29.0243648Z    Compiling hash32 v0.2.1
2026-07-11T01:22:29.1063864Z    Compiling polyval v0.6.2
2026-07-11T01:22:29.2849834Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-11T01:22:29.3213047Z    Compiling serde_derive v1.0.228
2026-07-11T01:22:29.3390295Z    Compiling zeroize_derive v1.4.3
2026-07-11T01:22:29.3724480Z    Compiling zerofrom-derive v0.1.7
2026-07-11T01:22:29.4750662Z    Compiling yoke-derive v0.8.2
2026-07-11T01:22:29.5836290Z    Compiling tokio-macros v2.7.0
2026-07-11T01:22:29.7934612Z    Compiling futures-macro v0.3.32
2026-07-11T01:22:29.9107241Z    Compiling zerovec-derive v0.11.3
2026-07-11T01:22:29.9788878Z    Compiling displaydoc v0.2.6
2026-07-11T01:22:30.0728964Z    Compiling tracing-attributes v0.1.31
2026-07-11T01:22:30.2864296Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-11T01:22:30.3715938Z    Compiling thiserror-impl v2.0.18
2026-07-11T01:22:30.4199700Z    Compiling darling_macro v0.20.11
2026-07-11T01:22:30.7001083Z    Compiling zeroize v1.8.2
2026-07-11T01:22:30.7986877Z    Compiling tokio v1.52.3
2026-07-11T01:22:30.9580380Z    Compiling futures-util v0.3.32
2026-07-11T01:22:31.0721754Z    Compiling rustls-pki-types v1.14.1
2026-07-11T01:22:31.9256931Z    Compiling derive_more-impl v2.1.1
2026-07-11T01:22:32.0245187Z    Compiling darling v0.20.11
2026-07-11T01:22:32.1859111Z    Compiling n0-error-macros v0.1.3
2026-07-11T01:22:32.2079769Z    Compiling windows-implement v0.60.2
2026-07-11T01:22:32.2129980Z    Compiling spez v0.1.2
2026-07-11T01:22:32.2440472Z    Compiling windows-interface v0.59.3
2026-07-11T01:22:32.2794956Z    Compiling zerofrom v0.1.8
2026-07-11T01:22:32.2901454Z    Compiling derive_builder_core v0.20.2
2026-07-11T01:22:32.3847429Z    Compiling der v0.8.0-rc.10
2026-07-11T01:22:32.3963162Z    Compiling pin-project-internal v1.1.13
2026-07-11T01:22:32.7496773Z    Compiling yoke v0.8.3
2026-07-11T01:22:33.2080891Z    Compiling zerovec v0.11.6
2026-07-11T01:22:33.2763714Z    Compiling zerotrie v0.2.4
2026-07-11T01:22:33.3192100Z    Compiling spin v0.9.8
2026-07-11T01:22:33.4361623Z    Compiling n0-error v0.1.3
2026-07-11T01:22:33.4448159Z    Compiling vergen-gitcl v1.0.8
2026-07-11T01:22:33.4677459Z    Compiling windows-core v0.62.2
2026-07-11T01:22:33.6370617Z    Compiling derive_builder_macro v0.20.2
2026-07-11T01:22:33.6914441Z    Compiling spki v0.8.0-rc.4
2026-07-11T01:22:33.9071523Z    Compiling pin-project v1.1.13
2026-07-11T01:22:33.9251348Z    Compiling tinystr v0.8.3
2026-07-11T01:22:33.9310989Z    Compiling potential_utf v0.1.5
2026-07-11T01:22:34.0810826Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-11T01:22:34.0839278Z    Compiling ed25519-dalek v2.2.0
2026-07-11T01:22:34.1777512Z    Compiling icu_locale_core v2.2.0
2026-07-11T01:22:34.2001868Z    Compiling icu_collections v2.2.0
2026-07-11T01:22:34.2130027Z    Compiling derive_builder v0.20.2
2026-07-11T01:22:34.2357768Z    Compiling windows-threading v0.2.1
2026-07-11T01:22:34.2387705Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-11T01:22:34.2721639Z    Compiling signature v3.0.0
2026-07-11T01:22:34.4667558Z    Compiling fallible-iterator v0.3.0
2026-07-11T01:22:34.4721727Z    Compiling tower-layer v0.3.3
2026-07-11T01:22:34.5051340Z    Compiling ryu v1.0.23
2026-07-11T01:22:34.5128244Z    Compiling windows-future v0.3.2
2026-07-11T01:22:34.5528909Z    Compiling futures-executor v0.3.32
2026-07-11T01:22:34.5559413Z    Compiling spt-proto v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-11T01:22:34.8769733Z    Compiling futures v0.3.32
2026-07-11T01:22:34.9413585Z    Compiling ipnet v2.12.0
2026-07-11T01:22:34.9969834Z    Compiling ed25519 v3.0.0-rc.4
2026-07-11T01:22:35.0739813Z    Compiling windows-collections v0.3.2
2026-07-11T01:22:35.0873697Z    Compiling windows-numerics v0.3.1
2026-07-11T01:22:35.1098879Z    Compiling icu_provider v2.2.0
2026-07-11T01:22:35.3278325Z    Compiling prefix-trie v0.8.4
2026-07-11T01:22:35.4025721Z    Compiling icu_normalizer v2.2.0
2026-07-11T01:22:35.4399569Z    Compiling once_cell v1.21.4
2026-07-11T01:22:35.4794760Z    Compiling icu_properties v2.2.0
2026-07-11T01:22:35.5594502Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-11T01:22:35.6215690Z    Compiling tokio-util v0.7.18
2026-07-11T01:22:35.6228094Z    Compiling cobs v0.3.0
2026-07-11T01:22:35.6822015Z    Compiling tracing-core v0.1.36
2026-07-11T01:22:35.7779274Z    Compiling proc-macro-crate v3.5.0
2026-07-11T01:22:35.9222113Z    Compiling windows-targets v0.52.6
2026-07-11T01:22:35.9440971Z    Compiling hashbrown v0.14.5
2026-07-11T01:22:36.0610774Z    Compiling ghash v0.5.1
2026-07-11T01:22:36.1023353Z    Compiling postcard-derive v0.2.2
2026-07-11T01:22:36.1075201Z    Compiling aes v0.8.4
2026-07-11T01:22:36.1183592Z    Compiling ctr v0.9.2
2026-07-11T01:22:36.2559859Z    Compiling tracing v0.1.44
2026-07-11T01:22:36.2588995Z    Compiling sha2 v0.11.0-rc.5
2026-07-11T01:22:36.3669202Z    Compiling fs2 v0.4.3
2026-07-11T01:22:36.3973823Z    Compiling time v0.3.47
2026-07-11T01:22:36.4016193Z    Compiling derive_more v2.1.1
2026-07-11T01:22:36.5480236Z    Compiling http-body-util v0.1.3
2026-07-11T01:22:36.6636080Z    Compiling idna_adapter v1.2.2
2026-07-11T01:22:36.6901878Z    Compiling h2 v0.4.14
2026-07-11T01:22:36.7102932Z    Compiling hashlink v0.9.1
2026-07-11T01:22:36.8190057Z    Compiling idna v1.1.0
2026-07-11T01:22:36.9297635Z    Compiling aead v0.5.2
2026-07-11T01:22:36.9670793Z    Compiling arrayvec v0.7.6
2026-07-11T01:22:37.0032730Z    Compiling rusqlite v0.32.1
2026-07-11T01:22:37.0287306Z    Compiling ipconfig v0.3.4
2026-07-11T01:22:37.0765669Z    Compiling utf8parse v0.2.2
2026-07-11T01:22:37.0925306Z    Compiling widestring v1.2.1
2026-07-11T01:22:37.2777195Z    Compiling url v2.5.8
2026-07-11T01:22:37.3142445Z    Compiling aes-gcm v0.10.3
2026-07-11T01:22:37.3576808Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-11T01:22:37.4625831Z    Compiling num_enum_derive v0.7.6
2026-07-11T01:22:37.5234304Z    Compiling data-encoding-macro v0.1.20
2026-07-11T01:22:37.5563853Z    Compiling windows-sys v0.59.0
2026-07-11T01:22:37.5951450Z    Compiling windows v0.62.2
2026-07-11T01:22:37.7246535Z    Compiling postcard v1.1.3
2026-07-11T01:22:37.7662771Z    Compiling tower v0.5.3
2026-07-11T01:22:37.8047363Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-11T01:22:37.8127485Z    Compiling chrono v0.4.45
2026-07-11T01:22:37.9081076Z    Compiling crossbeam-epoch v0.9.18
2026-07-11T01:22:38.3576766Z    Compiling spt-store v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-11T01:22:38.4681044Z    Compiling crossbeam-channel v0.5.15
2026-07-11T01:22:38.4938664Z    Compiling enum-assoc v1.3.0
2026-07-11T01:22:38.6963803Z    Compiling async-trait v0.1.89
2026-07-11T01:22:38.7631482Z    Compiling iroh-metrics-derive v0.4.1
2026-07-11T01:22:38.8300997Z    Compiling strum_macros v0.28.0
2026-07-11T01:22:38.9123155Z    Compiling blake3 v1.8.5
2026-07-11T01:22:39.0978511Z    Compiling windows-registry v0.6.1
2026-07-11T01:22:39.2214086Z    Compiling memoffset v0.6.5
2026-07-11T01:22:39.3253195Z    Compiling noq v0.18.0
2026-07-11T01:22:39.4271742Z    Compiling netwatch v0.16.0
2026-07-11T01:22:39.5444014Z    Compiling acto v0.8.2
2026-07-11T01:22:39.5594182Z    Compiling mac-addr v0.3.0
2026-07-11T01:22:39.6840495Z    Compiling sorted-index-buffer v0.2.1
2026-07-11T01:22:39.7310647Z    Compiling thiserror v1.0.69
2026-07-11T01:22:39.7660332Z    Compiling rustc-hash v2.1.2
2026-07-11T01:22:39.8254376Z    Compiling tagptr v0.2.0
2026-07-11T01:22:39.8955243Z    Compiling foldhash v0.2.0
2026-07-11T01:22:39.9243740Z    Compiling ref-cast v1.0.25
2026-07-11T01:22:39.9365191Z    Compiling identity-hash v0.1.0
2026-07-11T01:22:39.9485247Z    Compiling xml-rs v0.8.28
2026-07-11T01:22:40.0366727Z    Compiling lru-slab v0.1.2
2026-07-11T01:22:40.0862548Z    Compiling hashbrown v0.16.1
2026-07-11T01:22:40.1886306Z    Compiling moka v0.12.15
2026-07-11T01:22:40.2681853Z    Compiling netdev v0.42.0
2026-07-11T01:22:40.4058942Z    Compiling iroh-metrics v0.38.3
2026-07-11T01:22:40.5671902Z    Compiling iroh-relay v0.98.0
2026-07-11T01:22:40.6132448Z    Compiling xmltree v0.10.3
2026-07-11T01:22:40.6671709Z    Compiling hyper v1.10.1
2026-07-11T01:22:40.7766253Z    Compiling spt-msg v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-11T01:22:41.0185110Z    Compiling num_enum v0.7.6
2026-07-11T01:22:41.1287893Z    Compiling tower-http v0.6.11
2026-07-11T01:22:41.1875584Z    Compiling iroh-base v0.98.0
2026-07-11T01:22:41.3082966Z    Compiling attohttpc v0.30.1
2026-07-11T01:22:41.4486269Z    Compiling n0-watcher v0.6.1
2026-07-11T01:22:41.4862701Z    Compiling tokio-stream v0.1.18
2026-07-11T01:22:41.4981287Z    Compiling strum v0.28.0
2026-07-11T01:22:41.5173587Z    Compiling serde_spanned v0.6.9
2026-07-11T01:22:41.6903548Z    Compiling toml_datetime v0.6.11
2026-07-11T01:22:41.7313690Z    Compiling thiserror-impl v1.0.69
2026-07-11T01:22:41.7318154Z    Compiling ref-cast-impl v1.0.25
2026-07-11T01:22:41.9576994Z    Compiling serde_derive_internals v0.29.1
2026-07-11T01:22:42.0378024Z    Compiling hyper-util v0.1.20
2026-07-11T01:22:42.1109722Z    Compiling simple-dns v0.9.3
2026-07-11T01:22:42.1343562Z    Compiling serial-core v0.4.0
2026-07-11T01:22:42.2954175Z    Compiling aho-corasick v1.1.4
2026-07-11T01:22:42.3791429Z    Compiling smol_str v0.1.24
2026-07-11T01:22:42.4296949Z    Compiling constant_time_eq v0.4.2
2026-07-11T01:22:42.5979294Z    Compiling resolv-conf v0.7.6
2026-07-11T01:22:42.6501357Z    Compiling toml_write v0.1.2
2026-07-11T01:22:42.7542420Z    Compiling winreg v0.10.1
2026-07-11T01:22:42.7705061Z    Compiling winnow v0.7.15
2026-07-11T01:22:43.0515704Z    Compiling arrayref v0.3.9
2026-07-11T01:22:43.1973811Z    Compiling simdutf8 v0.1.5
2026-07-11T01:22:43.2058887Z    Compiling regex-syntax v0.8.10
2026-07-11T01:22:43.2338683Z    Compiling sha1_smol v1.0.1
2026-07-11T01:22:43.4437522Z    Compiling schemars_derive v1.2.1
2026-07-11T01:22:43.4475170Z    Compiling iroh-dns v0.98.0
2026-07-11T01:22:43.4829309Z    Compiling igd-next v0.17.1
2026-07-11T01:22:43.6366355Z    Compiling serial-windows v0.4.0
2026-07-11T01:22:43.8477088Z    Compiling lru v0.16.4
2026-07-11T01:22:44.0639091Z    Compiling webpki-roots v1.0.7
2026-07-11T01:22:44.0967994Z    Compiling seize v0.5.1
2026-07-11T01:22:44.1537871Z    Compiling darling_core v0.23.0
2026-07-11T01:22:44.1937681Z    Compiling serde_bytes v0.11.19
2026-07-11T01:22:44.1992511Z    Compiling hmac v0.12.1
2026-07-11T01:22:44.2440439Z    Compiling iroh v0.98.2
2026-07-11T01:22:44.2533186Z    Compiling dyn-clone v1.0.20
2026-07-11T01:22:44.4296006Z    Compiling cmov v0.5.4
2026-07-11T01:22:44.4650720Z    Compiling once_cell_polyfill v1.70.2
2026-07-11T01:22:44.5171549Z    Compiling pin-utils v0.1.0
2026-07-11T01:22:44.5629171Z    Compiling toml_edit v0.22.27
2026-07-11T01:22:44.6358272Z    Compiling anstyle v1.0.14
2026-07-11T01:22:44.6359655Z    Compiling lazy_static v1.5.0
2026-07-11T01:22:44.6662777Z    Compiling bitflags v1.3.2
2026-07-11T01:22:44.7337710Z    Compiling ctutils v0.4.2
2026-07-11T01:22:44.8065416Z    Compiling nix v0.25.1
2026-07-11T01:22:44.8234474Z    Compiling shared_library v0.1.9
2026-07-11T01:22:44.8315517Z    Compiling hkdf v0.12.4
2026-07-11T01:22:44.9035302Z    Compiling anstyle-wincon v3.0.11
2026-07-11T01:22:44.9673902Z    Compiling papaya v0.2.4
2026-07-11T01:22:44.9710250Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-11T01:22:44.9984612Z    Compiling serial v0.4.0
2026-07-11T01:22:45.0818486Z    Compiling filedescriptor v0.8.3
2026-07-11T01:22:45.1614257Z    Compiling anstyle-parse v1.0.0
2026-07-11T01:22:45.2158419Z    Compiling backon v1.6.0
2026-07-11T01:22:45.3097393Z    Compiling regex-automata v0.4.14
2026-07-11T01:22:45.4575235Z    Compiling anstyle-query v1.1.5
2026-07-11T01:22:45.4774697Z    Compiling vte_generate_state_changes v0.1.2
2026-07-11T01:22:45.5527091Z    Compiling shell-words v1.1.1
2026-07-11T01:22:45.5830955Z    Compiling colorchoice v1.0.5
2026-07-11T01:22:45.7482328Z    Compiling is_terminal_polyfill v1.70.2
2026-07-11T01:22:45.7823171Z    Compiling instability v0.3.12
2026-07-11T01:22:45.7967253Z    Compiling schemars v1.2.1
2026-07-11T01:22:45.9016335Z    Compiling paste v1.0.15
2026-07-11T01:22:45.9098866Z    Compiling foldhash v0.1.5
2026-07-11T01:22:45.9452526Z    Compiling downcast-rs v1.2.1
2026-07-11T01:22:45.9601873Z    Compiling anstream v1.0.0
2026-07-11T01:22:45.9719177Z    Compiling vte v0.13.1
2026-07-11T01:22:46.1509903Z    Compiling portable-pty v0.8.1
2026-07-11T01:22:46.2046632Z    Compiling hashbrown v0.15.5
2026-07-11T01:22:46.4604617Z    Compiling spake2 v0.4.0
2026-07-11T01:22:46.5699980Z    Compiling toml v0.8.23
2026-07-11T01:22:46.7808271Z    Compiling strum_macros v0.26.4
2026-07-11T01:22:46.9191342Z    Compiling terminal_size v0.4.4
2026-07-11T01:22:46.9664473Z    Compiling crossterm_winapi v0.9.1
2026-07-11T01:22:46.9784003Z    Compiling itertools v0.13.0
2026-07-11T01:22:47.2306101Z    Compiling sha1 v0.10.6
2026-07-11T01:22:47.5596808Z    Compiling wmi v0.18.4
2026-07-11T01:22:47.5969447Z    Compiling regex v1.12.3
2026-07-11T01:22:47.7043675Z    Compiling castaway v0.2.4
2026-07-11T01:22:47.8119246Z    Compiling recvmsg v1.0.0
2026-07-11T01:22:47.9187500Z    Compiling clap_lex v1.1.0
2026-07-11T01:22:47.9283670Z    Compiling darling_macro v0.23.0
2026-07-11T01:22:47.9949562Z    Compiling doctest-file v1.1.1
2026-07-11T01:22:48.3261522Z    Compiling spt-runtime v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-11T01:22:48.3651613Z    Compiling static_assertions v1.1.0
2026-07-11T01:22:48.3820508Z    Compiling unicode-width v0.1.14
2026-07-11T01:22:48.5478344Z    Compiling indoc v2.0.7
2026-07-11T01:22:48.7144758Z    Compiling unicode-truncate v1.1.0
2026-07-11T01:22:48.7685040Z    Compiling compact_str v0.8.2
2026-07-11T01:22:48.9555570Z    Compiling clap_builder v4.6.0
2026-07-11T01:22:49.0692322Z    Compiling darling v0.23.0
2026-07-11T01:22:49.1095248Z    Compiling interprocess v2.4.2
2026-07-11T01:22:49.1744744Z    Compiling strum v0.26.3
2026-07-11T01:22:49.2228625Z    Compiling crossterm v0.28.1
2026-07-11T01:22:49.3995212Z    Compiling portmapper v0.16.0
2026-07-11T01:22:49.6941593Z    Compiling lru v0.12.5
2026-07-11T01:22:49.9087365Z    Compiling spt-term v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-11T01:22:50.0165672Z    Compiling clap_derive v4.6.1
2026-07-11T01:22:50.4800556Z    Compiling cassowary v0.3.0
2026-07-11T01:22:50.5493051Z    Compiling error-code v3.3.2
2026-07-11T01:22:50.6538433Z    Compiling unicode-width v0.2.0
2026-07-11T01:22:50.9061384Z    Compiling spt-live v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-11T01:22:50.9638646Z    Compiling ratatui v0.29.0
2026-07-11T01:22:50.9755421Z    Compiling clipboard-win v5.4.1
2026-07-11T01:22:51.0015756Z    Compiling nucleo-matcher v0.3.1
2026-07-11T01:22:51.0117422Z    Compiling qrcode v0.14.1
2026-07-11T01:22:51.3953010Z    Compiling tempfile v3.27.0
2026-07-11T01:22:52.8879272Z    Compiling clap v4.6.1
2026-07-11T01:23:05.5990397Z    Compiling rustls-webpki v0.103.13
2026-07-11T01:23:08.3040558Z    Compiling tokio-rustls v0.26.4
2026-07-11T01:23:08.3041049Z    Compiling noq-proto v0.17.0
2026-07-11T01:23:08.3041315Z    Compiling rustls-platform-verifier v0.7.0
2026-07-11T01:23:08.4693556Z    Compiling hyper-rustls v0.27.9
2026-07-11T01:23:08.4694022Z    Compiling hickory-net v0.26.0-beta.4
2026-07-11T01:23:08.4694414Z    Compiling tokio-websockets v0.13.2
2026-07-11T01:23:08.6413661Z    Compiling reqwest v0.13.4
2026-07-11T01:23:09.7603337Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-11T01:23:28.2709022Z    Compiling spt-net v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-11T01:23:29.7820546Z    Compiling spt-daemon v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-11T01:23:40.3243827Z    Compiling spt v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-11T01:23:49.8834100Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 32s
2026-07-11T01:23:49.9063630Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-da9a758a4911d202.exe)
2026-07-11T01:23:49.9818435Z 
2026-07-11T01:23:49.9818803Z running 1 test
2026-07-11T01:23:57.2478778Z test new_brain_serves_against_old_broker ... ok
2026-07-11T01:23:57.2479007Z 
2026-07-11T01:23:57.2480370Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.27s
2026-07-11T01:23:57.2480826Z 
